home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Screen / Knock / 00041.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  328 b   |  14 lines

  1. on startMovie
  2.   put the mouseH && the mouseV into field "mouseLoc"
  3. end
  4.  
  5. on exitFrame
  6.   global GHarddiskpath
  7.   if (the mouseH <> word 1 of field "mouseLoc") or (the mouseV <> word 2 of field "mouseLoc") then
  8.     set the timeoutScript to EMPTY
  9.     go("From picture", GHarddiskpath & "OsloMain")
  10.   else
  11.     continue()
  12.   end if
  13. end
  14.